projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d4245a
)
(with-temp-message): Add def-edebug-spec call.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Jan 1999 17:55:16 +0000
(17:55 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 19 Jan 1999 17:55:16 +0000
(17:55 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 4312f771c3665fda8c908cb2fb21f42ce23746a4..81ab472ad9d8d9091d9d938a02e50000cdd31a62 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2128,6
+2128,7
@@
expressions; a `progn' form will be returned enclosing these forms."
(def-edebug-spec combine-after-change-calls t)
(def-edebug-spec with-temp-file t)
(def-edebug-spec with-temp-buffer t)
+(def-edebug-spec with-temp-message t)
;; Anything else?